home *** CD-ROM | disk | FTP | other *** search
- object FormScroll: TFormScroll
- Left = 229
- Top = 139
- BorderStyle = bsDialog
- Caption = 'Scroll'
- ClientHeight = 126
- ClientWidth = 262
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 245
- Height = 73
- Shape = bsFrame
- end
- object LabelX: TLabel
- Left = 24
- Top = 24
- Width = 9
- Height = 12
- Caption = 'X:'
- end
- object LabelY: TLabel
- Left = 24
- Top = 52
- Width = 9
- Height = 12
- Caption = 'Y:'
- end
- object ScrollX: TScrollBar
- Left = 76
- Top = 20
- Width = 165
- Height = 17
- LargeChange = 10
- Max = 359
- PageSize = 0
- TabOrder = 0
- OnChange = ScrollXChange
- end
- object ScrollY: TScrollBar
- Left = 76
- Top = 52
- Width = 165
- Height = 17
- LargeChange = 10
- Max = 359
- PageSize = 0
- TabOrder = 1
- OnChange = ScrollXChange
- end
- object Button1: TButton
- Left = 92
- Top = 88
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object BtnCancel: TButton
- Left = 172
- Top = 88
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-